{% extends "_layout.html" %} {% from "_macros.html" import summary_table, row %} {% block title %}Welcome to {{ plan_name }} — {{ project_name }}{% endblock %} {% block preheader %}Your {{ plan_name }} plan is active.{% endblock %} {% block heading %}You’re on {{ plan_name }}.{% endblock %} {% block body %}
Thanks for upgrading. {{ plan_name }} is active on your account right now, and the next renewal lands automatically on {{ period_end_human }}.
If anything looks off, reply to this email.
{% endblock %} {% block summary %} {% call summary_table() %} {{ row("Plan", plan_name) }} {{ row("Billing cycle", period_start_human ~ " — " ~ period_end_human) }} {{ row("Charged today", amount_formatted, emphasis=True) }} {% endcall %} {% endblock %} {% block cta_label %}Open dashboard{% endblock %} {% block footer_note %}Manage your plan or download a PDF invoice from Settings · Billing. Cancel anytime; you’ll keep the plan through the end of the current period.
{% endblock %}